Aracılığıyla paylaş


Manage orders - Get transition eligibilities for a subscription.

Abonelik için geçiş uygunluklarını alır.

GET https://api.partnercenter.microsoft.com/v{version}/customers/{customer_id}/subscriptions/{subscription_id}/transitioneligibilities
GET https://api.partnercenter.microsoft.com/v{version}/customers/{customer_id}/subscriptions/{subscription_id}/transitioneligibilities?eligibilityType={eligibilityType}

URI Parametreleri

Name İçinde Gerekli Tür Description
customer_id
path True

string

Müşteri kimliği.

subscription_id
path True

string

Abonelik kimliği.

version
path True

string

eligibilityType
query

string

Tür geçişi uygunluğu.

İstek Başlığı

Name Gerekli Tür Description
Authorization True

string

Yetkilendirme Taşıyıcı belirteci

ms-correlationid

string

İstekleri dahili olarak izlemek için kullanılır. Bir ms-correlationid sağlanmazsa, sunucu her istek için yeni bir tane oluşturur

ms-cv

string

İstekleri dahili olarak izlemek için kullanılır. Bir ms-cv sağlanmazsa, sunucu her istek için yeni bir tane oluşturur

ms-requestid

string

İsteklerin eşzamanlılığı için kullanılır. Bir ms-requestid sağlanmazsa, sunucu her istek için yeni bir tane oluşturur

Yanıtlar

Name Tür Description
200 OK

Microsoft.Partner.Core.Collections.ResourceCollection[Microsoft.Partner.Services.Subscriptions.V1.Models.TransitionEligibility]

İstek başarılı oldu. Yanıt gövdesi geçiş uygunluklarını içerir.

Media Types: "application/json", "text/json"

400 Bad Request

Eksik veya geçersiz bir giriş vardı. Yanıt gövdesi hata ayrıntılarını sağlar.

Media Types: "application/json", "text/json"

401 Unauthorized

İsteğin kimliği doğrulanmamış. İstemcinin önce iş ortağı API hizmetiyle kimlik doğrulaması yapması gerekir.

Media Types: "application/json", "text/json"

403 Forbidden

İsteğin kimliği doğrulandı, ancak çağıranın çağırma hakkı olmadığından reddedildi.

Media Types: "application/json", "text/json"

404 Not Found

Kaynak bulunamadı veya verilen giriş parametreleriyle kullanılamıyor.

Media Types: "application/json", "text/json"

500 Internal Server Error

İş ortağı API hizmeti veya bağımlılıklarından biri isteği yerine getiremedi. Arayanlar bunu yeniden deneyebilir.

Media Types: "application/json", "text/json"

Tanımlar

Name Description
Microsoft.Partner.Core.Collections.Link
Microsoft.Partner.Core.Collections.ResourceAttributes
Microsoft.Partner.Core.Collections.ResourceCollection[Microsoft.Partner.Services.Subscriptions.V1.Models.TransitionEligibility]
Microsoft.Partner.Core.Collections.ResourceLinks
Microsoft.Partner.Services.Subscriptions.V1.Models.TransitionEligibility
Microsoft.Partner.Services.Subscriptions.V1.Models.TransitionEligibilityDetail
Microsoft.Partner.Services.Subscriptions.V1.Models.TransitionError
System.Collections.Generic.KeyValuePair[System.String,System.String]
Name Tür Description
body

string

headers

System.Collections.Generic.KeyValuePair[System.String,System.String][]

method

string

uri

string

Microsoft.Partner.Core.Collections.ResourceAttributes

Name Tür Description
etag

string

objectType

string

Microsoft.Partner.Core.Collections.ResourceCollection[Microsoft.Partner.Services.Subscriptions.V1.Models.TransitionEligibility]

Name Tür Description
attributes

Microsoft.Partner.Core.Collections.ResourceAttributes

items

Microsoft.Partner.Services.Subscriptions.V1.Models.TransitionEligibility[]

links

Microsoft.Partner.Core.Collections.ResourceLinks

totalCount

integer

Name Tür Description
next

Microsoft.Partner.Core.Collections.Link

previous

Microsoft.Partner.Core.Collections.Link

self

Microsoft.Partner.Core.Collections.Link

Microsoft.Partner.Services.Subscriptions.V1.Models.TransitionEligibility

Name Tür Description
attributes

Microsoft.Partner.Core.Collections.ResourceAttributes

catalogItemId

string

description

string

eligibilities

Microsoft.Partner.Services.Subscriptions.V1.Models.TransitionEligibilityDetail[]

quantity

integer

title

string

Microsoft.Partner.Services.Subscriptions.V1.Models.TransitionEligibilityDetail

Name Tür Description
errors

Microsoft.Partner.Services.Subscriptions.V1.Models.TransitionError[]

isEligible

boolean

transitionType enum:
  • none
  • transition_only
  • transition_with_license_transfer

Microsoft.Partner.Services.Subscriptions.V1.Models.TransitionError

Name Tür Description
code enum:
  • 0
  • 1
  • 10
  • 11
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
description

string

System.Collections.Generic.KeyValuePair[System.String,System.String]

Name Tür Description
key

string

value

string